@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #0069a5;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
body,
html {
  height: 100%;
}
.wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col12,
.col {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #1994da;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.article {
  line-height: 28px;
  font-size: 14px;
  color: #555;
  text-align: justify;
}
.article video,
.article iframe,
.article img {
  max-width: 100%;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainFilter.png);
}
.wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  background: #fff;
  padding: 0 20px;
  border-bottom: solid 1px #e9e9e9;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 59px;
  margin: 15px 0 0 0;
}
.header .logo img {
  height: 100%;
}
.header .phone {
  line-height: 34px;
  float: right;
  font-size: 22px;
  color: #222222;
  margin: 33px 0 0 20px;
}
.header .search-box {
  float: right;
  margin-top: 30px;
  position: relative;
}
.header .search-box .search-btn {
  width: 56px;
  height: 40px;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center;
  position: relative;
}
.header .search-box .search-btn::before,
.header .search-box .search-btn::after {
  content: " ";
  width: 1px;
  height: 18px;
  background: #d8d8d8;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  z-index: 2;
}
.header .search-box .search-btn::after {
  left: auto;
  right: 0;
}
.header .search-box .search-bar {
  width: 960px;
  height: 100px;
  position: absolute;
  right: -10px;
  top: -30px;
  z-index: 95;
  background: #fff;
  padding: 26px 10px;
  display: none;
}
.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url(../images/close.png) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url(../images/search.png) no-repeat center;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 60px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
  background: none;
  border-bottom: solid 1px #333;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #999999;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #999999;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #999999;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #999999;
}
.header .nav .phone,
.header .nav .tit,
.header .menu-btn {
  display: none;
}
.header .nav {
  text-align: center;
}
.header .nav > ul {
  display: inline-block;
}
.header .nav > ul > li {
  float: left;
  position: relative;
  padding: 0 30px;
}
.header .nav > ul > li > a {
  height: 100px;
  line-height: 100px;
  padding: 0 10px;
  display: block;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .nav > ul > li > a::before,
.header .nav > ul > li > a::after {
  content: " ";
  position: absolute;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.header .nav > ul > li > a::before {
  width: 100%;
  height: 2px;
  background: #1994da;
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .nav > ul > li > a::after {
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #1994da;
  border-width: 6px;
  margin-left: -6px;
}
.header .nav > ul > li.on > a::before,
.header .nav > ul > li:hover > a::before,
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover > a::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .nav .sub {
  display: none;
  z-index: 80;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.header .nav .sub1 {
  min-width: 140px;
  top: 100px;
  text-align: center;
}
.header .nav .sub1 ul {
  background: #1994da;
  position: relative;
}
.header .nav .sub1 li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  padding: 0 14px;
}
.header .nav .sub1 li a:hover {
  background: #0069a5;
}
.header .nav .sub2 {
  max-width: 1400px;
  width: 100%;
  top: 100px;
  background: #fff;
  position: fixed;
  border: solid 1px #ededed;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 2px 10px 1px #e2e2e2;
  padding: 46px 30px;
  overflow: hidden;
  text-align: left;
}
.header .nav .sub2 .titt {
  font-size: 24px;
  color: #333;
  margin-bottom: 32px;
}
.header .nav .sub2 .list.col3 {
  padding-right: 20px;
}
.header .nav .sub2 .list.col3 ul {
  border-right: solid 1px #ededed;
}
.header .nav .sub2 .list.col9 {
  padding-left: 20px;
}
.header .nav .sub2 .list.col9 li {
  width: 33.3333%;
  float: left;
}
.header .nav .sub2 .list.col9 li:nth-child(3n+1) {
  clear: left;
}
.header .nav .sub2 li {
  margin-bottom: 14px;
}
.header .nav .sub2 li a {
  display: block;
  min-height: 40px;
  line-height: 22px;
  font-size: 15px;
  color: #333;
  background: no-repeat 0 0;
  padding: 6px 0 6px 46px;
}
.header .nav .sub2 li a:hover {
  color: #1994da;
}
.header,
.header .logo,
.header .phone,
.header .search-box {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header.dark {
  box-shadow: 0 1px 5px 1px #eee;
}
.header.small {
  height: 60px;
}
.header.small .logo {
  height: 40px;
  margin: 10px 0 0 0;
}
.header.small .phone {
  line-height: 34px;
  margin-top: 13px;
}
.header.small .search-box {
  margin-top: 10px;
}
.header.small .search-box .search-bar {
  height: 60px;
  top: -10px;
  padding: 5px 10px;
}
.header.small .nav > ul > li > a {
  height: 60px;
  line-height: 60px;
}
.header.small .nav .sub1,
.header.small .nav .sub2 {
  top: 60px;
}
@media only screen and (max-width: 1400px) {
  .header .search-box .search-bar {
    width: 830px;
  }
  .header .nav .sub2 {
    max-width: 1200px;
  }
}
.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 14px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.footer {
  background: #303036;
  padding: 60px 20px 0 20px;
}
.footer .tit {
  font-size: 16px;
  color: #fff;
  margin-bottom: 28px;
  display: inline-block;
}
.footer .link-list {
  float: left;
}
.footer .link-list .list {
  width: 160px;
  float: left;
}
.footer .link-list .list:nth-child(2) {
  width: 180px;
}
.footer .link-list li {
  line-height: 20px;
  margin-bottom: 10px;
}
.footer .link-list li a {
  font-size: 14px;
  color: #6e6e72;
}
.footer .link-list li a:hover {
  color: #fff;
}
.footer .contact {
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #6e6e72;
}
.footer .contact a {
  font-size: 14px;
  color: #6e6e72;
}
.footer .contact p {
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 28px;
  background: no-repeat 0 3px;
}
.footer .qrcode {
  float: right;
  text-align: center;
  clear: both;
}
.footer .qrcode .pic {
  width: 128px;
}
.footer .qrcode img {
  width: 100%;
  display: block;
}
.footer .qrcode .txt {
  font-size: 14px;
  color: #97979a;
  padding: 10px 0;
}
.footer .share {
  clear: both;
}
.footer .share .qrcode {
  float: none;
  clear: none;
}
.footer .share .box {
  height: 28px;
  line-height: 26px;
  border: solid 1px #97979a;
  border-radius: 28px;
  float: left;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.footer .share .box:hover {
  padding: 0 8px;
}
.footer .share .txt,
.footer .share img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.footer .share .txt {
  height: 26px;
  overflow: hidden;
  font-size: 14px;
  color: #97979a;
}
.footer .share a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.footer .bottom {
  border-top: solid 1px #39393f;
  clear: both;
  margin-top: 48px;
  padding: 36px 0;
  position: relative;
}
.footer .bottom .left {
  padding-right: 300px;
}
.footer .support,
.footer .friendship,
.footer .copy {
  line-height: 20px;
  font-size: 14px;
  color: #6e6e72;
}
.footer .support a,
.footer .friendship a,
.footer .copy a {
  font-size: 14px;
  color: #6e6e72;
}
.footer .support a:hover,
.footer .friendship a:hover,
.footer .copy a:hover {
  color: #fff;
}
.footer .copy {
  margin-top: 8px;
}
.footer .friendship {
  text-align: left;
}
.footer .friendship a {
  margin-bottom: 10px;
  padding: 0 14px;
  position: relative;
  white-space: nowrap;
}
.footer .friendship a::after {
  content: " ";
  width: 1px;
  height: 10px;
  background: #39393f;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  z-index: 2;
}
.footer .friendship a:nth-child(2) {
  padding-left: 0;
}
.footer .friendship a:nth-child(2)::after {
  display: none;
}
.footer .support {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.banner {
  position: relative;
}
.banner img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: 30px;
}
.banner .swiper-pagination-bullet {
  width: 58px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 5px;
}
.banner .swiper-pagination-bullet-active {
  background: #1994da;
}
.main .product {
  padding: 75px 20px;
}
.main .product .row {
  margin: 0 -22px;
}
.main .product .col {
  padding: 0 22px;
  float: left;
}
.main .product .col:nth-child(2n+1) {
  clear: left;
}
.main .product .col img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .product .col a {
  display: block;
  overflow: hidden;
  position: relative;
}
.main .product .col a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .product .col a::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 60%;
  background: url(../images/product_filter2.png) repeat-x;
  background-size: 100% 100%;
}
.main .product .col .txt {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 22px;
  color: #fff;
  padding: 0 42px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .product .col .txt::after {
  content: " ";
  width: 5px;
  height: 100%;
  background: #1994da;
  position: absolute;
  left: 22px;
  top: 0;
  z-index: 2;
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .tit {
  font-size: 40px;
}
.main .pctitle .txt {
  font-size: 15px;
  color: #999;
  margin-top: 8px;
}
.main .about {
  padding: 0 20px 50px 20px;
}
.main .about .slogan {
  max-width: 1090px;
  text-align: center;
  line-height: 32px;
  font-size: 15px;
  margin: 26px auto;
}
.main .about ul {
  margin: 46px -16px 0 -16px;
}
.main .about ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .about ul li {
  width: 33.333%;
  float: left;
  padding: 0 16px;
}
.main .about ul li a,
.main .about ul li .icon,
.main .about ul li .txt {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about ul li a {
  display: block;
  background: #f3f3f3;
  border-radius: 4px;
  text-align: center;
  padding: 68px 10px;
}
.main .about ul li a:hover {
  background: #1994da;
}
.main .about ul li a:hover .icon {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
}
.main .about ul li a:hover .txt {
  color: #fff;
}
.main .about ul li .icon {
  height: 50px;
  filter: brightness(20%);
  -webkit-filter: brightness(20%);
  -moz-filter: brightness(20%);
  -ms-filter: brightness(20%);
  -o-filter: brightness(20%);
}
.main .about ul li .icon img {
  max-height: 100%;
}
.main .about ul li .txt {
  font-size: 22px;
  margin-top: 24px;
  color: #333;
}
.main .news {
  background: #f3f3f3;
  padding: 80px 20px;
}
.main .news .content {
  margin-top: 60px;
}
.main .news .content:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .left {
  width: 43%;
  float: left;
}
.main .news .left a {
  display: block;
  background: #fff;
}
.main .news .left a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .news .left a:hover .tit {
  color: #1994da;
}
.main .news .left .pic {
  overflow: hidden;
  max-height: 310px;
}
.main .news .left img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .news .left .text {
  padding: 22px 38px 30px 38px;
}
.main .news .left .line {
  width: 1px;
  height: 12px;
  vertical-align: middle;
  background: #c9c9c9;
  margin: -2px 12px 0 12px;
  display: inline-block;
}
.main .news .left .tit,
.main .news .left .txt,
.main .news .left .info {
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .news .left .tit {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  margin: 10px 0 20px 0;
}
.main .news .left .txt {
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #999;
  -webkit-line-clamp: 2;
}
.main .news .list {
  width: 57%;
  float: right;
  padding-left: 42px;
}
.main .news .list li {
  margin-bottom: 18px;
}
.main .news .list li a {
  display: block;
  padding: 20px 0;
}
.main .news .list li a:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.main .news .list li a:hover .date span,
.main .news .list li a:hover .date,
.main .news .list li a:hover .tit {
  color: #1994da;
}
.main .news .list li .date,
.main .news .list li .date span,
.main .news .list li .tit {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.main .news .list li .date {
  width: 100px;
  height: 72px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #888;
  padding: 0 20px;
  position: relative;
}
.main .news .list li .date::after {
  content: " ";
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.main .news .list li .date span {
  line-height: 40px;
  display: block;
  color: #333;
  font-size: 40px;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 6px;
  padding-bottom: 10px;
}
.main .news .list li .text {
  padding-left: 122px;
}
.main .news .list li .tit,
.main .news .list li .txt {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.main .news .list li .tit {
  font-size: 18px;
  color: #333;
}
.main .news .list li .txt {
  font-size: 14px;
  color: #999;
}
.banner .menu {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  background: url(../images/menu_bg.png);
  padding: 0 20px;
}
.banner .menu li {
  float: left;
}
.banner .menu li a {
  line-height: 75px;
  display: block;
  padding: 0 40px;
  font-size: 20px;
  color: #fff;
}
.banner .menu li.on a {
  background: #fe8713;
}
.paging {
  text-align: center;
  margin-top: 20px;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: left;
  margin: 0 5px;
}
.paging li a {
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0 14px;
  background: #fff;
  display: block;
  font-size: 14px;
  color: #555;
}
.paging li.on a,
.paging li a:hover {
  background: #1994da;
  color: #fff;
}
.column-menu {
  border-bottom: solid 1px #e9e9e9;
  padding: 0 20px;
  background: #fff;
}
.column-menu:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.column-menu .crumbs {
  float: left;
  font-size: 14px;
  color: #666;
  background: url(../images/crumbs.png) no-repeat 0 center;
  padding-left: 32px;
  line-height: 70px;
}
.column-menu .crumbs a {
  font-size: 14px;
  color: #666;
}
.column-menu .crumbs a:hover {
  color: #1994da;
}
.column-menu .crumbs span {
  padding: 0 14px;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu li {
  float: left;
  margin-left: 1px;
}
.column-menu .menu a {
  line-height: 70px;
  font-size: 15px;
  color: #666;
  padding: 0 48px;
  display: block;
}
.column-menu .menu li.on a,
.column-menu .menu a:hover {
  background: #1994da;
  color: #fff;
}
.about-page {
  padding: 60px 20px 100px 20px;
}
.about-page .pctitle {
  text-align: center;
}
.about-page .pctitle .en {
  font-family: "Arial", arial;
  font-size: 40px;
  font-weight: bold;
  color: #1994da;
}
.about-page .pctitle .tit {
  font-size: 30px;
  color: #333;
}
.about-page .introduction {
  margin-top: 60px;
}
.about-page .introduction .row {
  position: relative;
  background: #f5f5f5;
}
.about-page .introduction .text,
.about-page .introduction .pic {
  width: 50%;
}
.about-page .introduction .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.about-page .introduction .pic img {
  display: none;
}
.about-page .introduction .text {
  float: right;
  min-height: 350px;
  padding: 90px 56px;
  line-height: 30px;
  font-size: 15px;
  color: #555;
}
.about-page .introduction .row:nth-child(even) .pic {
  left: auto;
  right: 0;
}
.about-page .introduction .row:nth-child(even) .text {
  float: left;
}
.about-page .honor {
  margin-top: 60px;
}
.about-page .honor ul {
  border-left: solid 1px #e5e5e5;
}
.about-page .honor ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.about-page .honor li {
  width: 25%;
  border: solid 1px #e5e5e5;
  border-left: none;
  padding: 35px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
}
.about-page .honor li:nth-child(4n+1) {
  clear: left;
}
.about-page .honor li::after {
  content: " ";
  width: 100%;
  height: 2px;
  background: #1994da;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.about-page .honor li:hover::after {
  opacity: 1;
}
.about-page .honor li:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.about-page .honor li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.about-page .honor li .txt {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #555;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.single-page {
  padding: 60px 20px;
}
.news-page {
  background: #f7f7f7;
  padding: 60px 20px;
}
.news-list ul {
  margin: 0 -15px;
}
.news-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-list li {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 36px;
}
.news-list li:nth-child(3n+1) {
  clear: left;
}
.news-list li a {
  display: block;
  background: #fff;
  padding: 28px;
}
.news-list li a:hover {
  box-shadow: 0 4px 12px 2px #e8e8e8;
}
.news-list li a:hover .tit {
  color: #1994da;
}
.news-list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news-list li a:hover .line::after {
  width: 100%;
}
.news-list li a:hover .see {
  background-position: right center;
}
.news-list li time,
.news-list li .tit {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-list li time {
  font-size: 14px;
  color: #999;
}
.news-list li a,
.news-list li .tit,
.news-list li .see {
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-list li .tit {
  height: 56px;
  font-size: 16px;
  color: #333;
  -webkit-line-clamp: 2;
}
.news-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.news-list li .pic {
  overflow: hidden;
  margin: 22px 0 30px 0;
  max-height: 300px;
}
.news-list li .line {
  height: 1px;
  background: #e9e9e9;
  position: relative;
}
.news-list li .line::after {
  content: " ";
  width: 0;
  height: 1px;
  background: #1994da;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.news-list li .see {
  line-height: 20px;
  font-size: 15px;
  color: #888;
  margin: 22px 0 0 0;
  background: url(../images/arrow1.png) no-repeat right 12px center;
}
.page2 {
  background: #fff;
  padding: 0 20px;
}
.sidebar-right {
  float: right;
  width: 30%;
  padding: 58px 0 58px 40px;
}
.sidebar-right .title {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
.sidebar-right .news li {
  border-bottom: solid 1px #f0f0f0;
}
.sidebar-right .news li a {
  display: block;
  padding: 16px 90px 16px 0;
}
.sidebar-right .news li a:hover .tit {
  color: #1994da;
}
.sidebar-right .news li .tit,
.sidebar-right .news li .info {
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.sidebar-right .news li .tit {
  font-size: 15px;
  color: #323232;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.sidebar-right .news li .info {
  font-size: 14px;
  color: #c8c8c8;
}
.sidebar-right .news li .info span {
  float: right;
}
.details-left {
  float: left;
  width: 70%;
  border-right: solid 1px #f0f0f0;
  padding: 60px 40px 60px 0;
}
.news-page .details .title {
  line-height: 1.4em;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.news-page .details .info {
  line-height: 30px;
  font-size: 14px;
  color: #c8c8c8;
  float: left;
}
.news-page .details .info span {
  margin-left: 14px;
}
.news-page .details .share {
  float: right;
}
.news-page .details .share img {
  width: 100%;
  display: block;
}
.news-page .details .share a {
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 8px;
  position: relative;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  opacity: .6;
}
.news-page .details .share a:hover {
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.news-page .details .article {
  border-top: solid 1px #f0f0f0;
  border-bottom: solid 1px #f0f0f0;
  margin-top: 26px;
  padding: 40px 0;
}
.news-page .details .nextprev {
  padding-top: 26px;
}
.news-page .details .nextprev:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.news-page .details .nextprev .prev,
.news-page .details .nextprev .next {
  max-width: 360px;
  height: 30px;
  line-height: 30px;
  float: left;
  font-size: 14px;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page .details .nextprev .prev:hover,
.news-page .details .nextprev .next:hover {
  color: #1994da;
}
.news-page .details .nextprev .next {
  float: right;
  text-align: right;
}
.product-page {
  padding: 60px 20px;
}
.product-page .menu {
  text-align: center;
}
.product-page .menu .box {
  overflow: hidden;
}
.product-page .menu .swiper-wrapper {
  display: block;
  text-align: left;
}
.product-page .menu .swiper-slide {
  width: 25%;
  box-sizing: content-box;
  float: left;
  margin-bottom: 10px;
}
.product-page .menu .swiper-slide:nth-child(4n+1) {
  clear: left;
}
.product-page .menu .swiper-slide:nth-child(4n+1)::after {
  display: none;
}
.product-page .menu .swiper-slide.on a,
.product-page .menu .swiper-slide a:hover {
  color: #1994da;
}
.product-page .menu .swiper-slide.on a .i1,
.product-page .menu .swiper-slide a:hover .i1 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-page .menu .swiper-slide.on a .i2,
.product-page .menu .swiper-slide a:hover .i2 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-page .menu .swiper-slide a {
  min-height: 40px;
  line-height: 26px;
  padding: 5px 0 5px 51px;
  display: block;
  font-size: 18px;
  color: #444;
  padding-left: 51px;
  position: relative;
}
.product-page .menu .swiper-slide::after {
  content: " ";
  width: 1px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  background: #e0e0e0;
}
.product-page .menu .swiper-slide i {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.product-page .menu .swiper-slide img {
  width: 100%;
  display: block;
}
.product-page .menu .swiper-slide .i2 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-page .product-list {
  margin-top: 60px;
}
.product-list ul {
  margin: 0 -14px;
}
.product-list ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.product-list li {
  width: 25%;
  float: left;
  padding: 0 14px;
  margin-bottom: 34px;
}
.product-list li:nth-child(4n+1) {
  clear: left;
}
.product-list li a {
  display: block;
  text-align: center;
  border: solid 1px #e4e4e4;
  background: #fff;
  padding-bottom: 36px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li a:hover {
  box-shadow: 0 0 10px 5px #f4f4f4;
}
.product-list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.product-list li a:hover .tit {
  color: #1994da;
}
.product-list li .pic {
  overflow: hidden;
  margin-bottom: 8px;
  height: 280px;
}
.product-list li img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.product-list li .tit,
.product-list li .txt {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.product-list li .tit {
  font-size: 16px;
  color: #333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .txt {
  font-size: 14px;
  color: #999;
}
.product-page .photo {
  width: 52%;
  float: left;
  position: relative;
}
.product-page .photo img {
  width: 100%;
  display: block;
}
.product-page .photo .content {
  padding-left: 124px;
}
.product-page .photo .thumbnail {
  width: 100px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 28px 0;
}
.product-page .photo .swiper-button-next,
.product-page .photo .swiper-button-prev {
  width: 100%;
  height: 18px;
  background: url(../images/arrow2.png) no-repeat center;
  outline: none;
  opacity: .2;
  margin: 0;
  top: 0;
  left: 0;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.product-page .photo .swiper-button-next::after,
.product-page .photo .swiper-button-prev::after {
  display: none;
}
.product-page .photo .swiper-button-next:hover,
.product-page .photo .swiper-button-prev:hover {
  opacity: 1;
}
.product-page .photo .swiper-button-next {
  background-image: url(../images/arrow3.png);
  top: auto;
  bottom: 0;
}
.product-page .photo .swiper-slide {
  overflow: hidden;
}
.product-page .photo .gallery-top {
  border: solid 1px #e5e5e5;
}
.product-page .photo .gallery-thumbs {
  height: 100%;
}
.product-page .photo .gallery-thumbs .swiper-slide {
  height: 100px;
  cursor: pointer;
  border: solid 1px #e5e5e5;
}
.product-page .photo .gallery-thumbs .swiper-slide-thumb-active {
  border: solid 1px #1994da;
}
.product-page .introduction {
  width: 48%;
  float: right;
  padding-left: 48px;
  margin-top: 34px;
}
.product-page .introduction .title {
  font-size: 32px;
  color: #333;
}
.product-page .introduction .tit {
  font-size: 15px;
  color: #999;
  border-bottom: solid 1px #e5e5e5;
  padding: 20px 0;
  margin-bottom: 36px;
}
.product-page .introduction .p1,
.product-page .introduction .p2 {
  line-height: 36px;
  font-size: 15px;
}
.product-page .introduction .p1 {
  color: #444;
  font-weight: bold;
}
.product-page .introduction .p2 {
  color: #888;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 40px;
  margin-bottom: 38px;
}
.product-page .introduction .btn {
  min-width: 164px;
  padding: 0 40px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  background: #1994da;
  float: left;
  font-size: 15px;
  color: #fff;
}
.product-page .introduction .btn::after {
  background: #0069a5;
}
.product-page .introduction .phone {
  float: left;
  margin-left: 22px;
  background: url(../images/phone.png) no-repeat 0 8px;
  line-height: 24px;
  font-size: 14px;
  color: #c4c4c4;
  padding-left: 45px;
}
.product-page .introduction .phone span {
  display: block;
}
.product-page .introduction .phone a {
  display: block;
  font-size: 24px;
  color: #1994da;
}
.product-page .introduction .share {
  font-size: 12px;
  color: #333;
  margin-top: 30px;
}
.product-page .introduction .share a {
  display: inline-block;
  margin-left: 4px;
  position: relative;
}
.product-page .details {
  margin-top: 70px;
}
.product-page .details .title {
  border-bottom: solid 2px #ececec;
  padding: 19px 0;
  font-size: 24px;
  color: #333;
}
.product-page .details .title span {
  height: 26px;
  line-height: 26px;
  padding-left: 18px;
  border-left: solid 4px #1994da;
}
.product-page .details .article {
  line-height: 32px;
  font-size: 15px;
  color: #555;
  padding: 50px 0 20px 0;
}
.contact-page .contact {
  padding: 50px 20px;
}
.contact-page .contact ul {
  margin: 0 -20px;
}
.contact-page .contact ul:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.contact-page .contact li {
  width: 50%;
  float: left;
  margin-bottom: 30px;
  padding: 0 20px;
}
.contact-page .contact li:nth-child(2n+1) {
  clear: left;
}
.contact-page .contact li .box {
  border: solid 1px #f3f3f3;
  padding: 36px 20px 36px 134px;
  background: url(../images/contact_icon.png) no-repeat 38px 38px;
  cursor: pointer;
}
.contact-page .contact li .tit {
  line-height: 1.6em;
  font-size: 18px;
  color: #333;
}
.contact-page .contact li .txt {
  line-height: 1.8em;
  font-size: 14px;
  color: #999;
  margin-top: 14px;
}
.contact-page .contact li .txt a {
  font-size: 14px;
  color: #999;
}
.contact-page .map {
  width: 90%;
  max-width: 1200px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 120;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: none;
}
.contact-page .map .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center #ffffff;
  background-size: 18px auto;
  border-radius: 50%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.contact-page .map .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.contact-page .map #allmap {
  height: 500px;
}
.contact-page .message {
  background: #f3f3f3;
  padding: 70px 20px;
}
.contact-page .message .title {
  text-align: center;
  font-size: 36px;
  color: #333;
}
.contact-page .message .tips {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin: 24px 0 58px 0;
}
.contact-page .message .row {
  margin: 0 -8px;
}
.contact-page .message .col {
  margin-bottom: 16px;
  padding: 0 16px;
}
.contact-page .message textarea,
.contact-page .message input[type="text"] {
  width: 100%;
  line-height: 24px;
  padding: 15px 24px;
  background: #fff;
  font-size: 14px;
  color: #333;
}
.contact-page .message textarea::-webkit-input-placeholder,
.contact-page .message input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.contact-page .message textarea:-moz-placeholder,
.contact-page .message input[type="text"]:-moz-placeholder {
  color: #999999;
}
.contact-page .message textarea::-moz-placeholder,
.contact-page .message input[type="text"]::-moz-placeholder {
  color: #999999;
}
.contact-page .message textarea:-ms-input-placeholder,
.contact-page .message input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.contact-page .message textarea {
  height: 166px;
  resize: vertical;
}
.contact-page .message .btn {
  width: 156px;
  height: 44px;
  line-height: 44px;
  margin: 40px auto 0 auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #1994da;
}
.contact-page .message .btn::after {
  background: #0069a5;
}
.contact-page .message .btn button,
.contact-page .message .btn input {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.contact-page .anchor {
  display: block;
  position: relative;
  top: -100px;
}
.recruitment-page {
  padding: 60px 20px;
}
.recruitment-page .recruitment li {
  margin-bottom: 30px;
  background: #fff;
}
.recruitment-page .recruitment li.on .top {
  background-image: url(../images/recruitment_icon2.png);
  background-color: #1994da;
  color: #fff;
}
.recruitment-page .recruitment li .top {
  padding: 18px 56px 18px 24px;
  box-sizing: border-box;
  background: url(../images/recruitment_icon1.png) no-repeat right 24px center #f5f5f5;
  background-size: 28px 28px;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  cursor: pointer;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.recruitment-page .recruitment li .top:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.recruitment-page .recruitment li .top span {
  width: 25%;
  float: left;
}
.recruitment-page .recruitment li .down {
  padding: 10px 24px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  display: none;
}
.recruitment-page .recruitment li .down .txt {
  margin-top: 32px;
}
.recruitment-page .recruitment li .down .tit {
  font-size: 18px;
  color: #1994da;
  margin-bottom: 10px;
}
.recruitment-page .paging {
  margin-top: 50px;
}
.fixed-sidebar {
  width: 40px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  z-index: 90;
  text-align: center;
  border: solid 1px #ddd;
  border-top: solid 3px #1994da;
  background: #fff;
}
.fixed-sidebar .tit {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  padding: 5px 10px;
}
.fixed-sidebar .tit br {
  display: none;
}
.fixed-sidebar a {
  background: url(../images/QQ.png) no-repeat center 5px;
  background-size: 20px auto;
  padding: 28px 10px 5px 10px;
  color: #333;
  border-top: solid 1px #eee;
  display: block;
  line-height: 1.2em;
}
.fixed-sidebar a:hover {
  background-color: #0ca6fd;
  color: #fff;
}
